home *** CD-ROM | disk | FTP | other *** search
- #!/usr/sbin/perl
-
- #**************************************************************************
- #* *
- #* Copyright (c) 1996 Silicon Graphics, Inc. *
- #* All Rights Reserved *
- #* *
- #* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF SGI *
- #* *
- #* The copyright notice above does not evidence any actual of intended *
- #* publication of such source code, and is an unpublished work by Silicon *
- #* Graphics, Inc. This material contains CONFIDENTIAL INFORMATION that is *
- #* the property of Silicon Graphics, Inc. Any use, duplication or *
- #* disclosure not specifically authorized by Silicon Graphics is strictly *
- #* prohibited. *
- #* *
- #* RESTRICTED RIGHTS LEGEND: *
- #* *
- #* Use, duplication or disclosure by the Government is subject to *
- #* restrictions as set forth in subdivision (c)(1)(ii) of the Rights in *
- #* Technical Data and Computer Software clause at DFARS 52.227-7013, *
- #* and/or in similar or successor clauses in the FAR, DOD or NASA FAR *
- #* Supplement. Unpublished - rights reserved under the Copyright Laws of *
- #* the United States. Contractor is SILICON GRAPHICS, INC., 2011 N. *
- #* Shoreline Blvd., Mountain View, CA 94039-7311 *
- #**************************************************************************
-
- # bf_const.pl
- #
- # Constants for generating buttonfly menus
-
- 1; # Return true
-
- $PATH_BUTTONFLY_DIR = "$PATH_DEMO_INTERFACES_DIR/Buttonfly";
- $PATH_ADDONS_DIR = "$PATH_DEMO_DIR/Buttonfly";
-
- $BUTSRC_SCRIPT = "bf_menu.pl";
-
- $FILE_BUTTONFLY_SCRIPT = "$PATH_BUTTONFLY_DIR/$BUTSRC_SCRIPT";
- $FILE_SEARCH_TMP = "$PATH_TMP/demos.search.$EXT_TMP";
- $FILE_INFO_TMP = "$PATH_TMP/demos.info.$EXT_TMP";
- $FILE_INFO_TMP2 = "$PATH_TMP/demos.info2.$EXT_TMP";
- $FILE_BUTTONFLY_INFO = "$PATH_BUTTONFLY_DIR/buttonfly.info";
-
- $SWITCH_INFO = "info";
- $SWITCH_MENU = "menu";
- $SWITCH_HOW_TO = "howto";
- $SWITCH_CAT = "category";
- $SWITCH_SUB_CAT = "subCateogry";
- $SWITCH_FEATURES = "featuresMenu";
- $SWITCH_MARKETS = "marketsMenu";
- $SWITCH_HARDWARE = "hardwareMenu";
- $SWITCH_TREE_MENU = "treeMenu";
- $SWITCH_RELATED = "relatedDemos";
- $SWITCH_MAN = "manPage";
- $SWITCH_FIND_DEMO = "findDemo";
- $SWITCH_PARTIAL = "partialDemo";
-
- $CMD_LAUNCH = "/usr/sbin/launch";
-
-
- $PATH_WEB_CGI = "../Web/cgi-scripts";
-
- $TITLE_FIND_DEMO = "Find A Demo";
- $TITLE_TREE_MENU = "Trees";
- $TITLE_HARDWARE = "Hardware";
- $TITLE_FEATURES = "Features";
- $TITLE_MARKETS = "Industries";
-
- $COLOR_HIGH = "1.0 .7 1.0";
- $COLOR_NORM = ".9 .5 .9";
- $COLOR_NORM_END = ".54 .54 1.0";
- $COLOR_HIGH_END = ".56 .52 1.0";
-
- $BF_MAX_DEMOS = 30;
-